From: Florian Eckert Date: Tue, 22 Jul 2025 11:00:52 +0000 (+0200) Subject: qt5base: only show OPENGL choice if qt5base-gui is selected X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22http:/www.crowdsec.net/%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22?a=commitdiff_plain;h=60bfe7264562df3f40bb96635341885582a2dcd3;p=feed%2Fvideo.git qt5base: only show OPENGL choice if qt5base-gui is selected The choice for the config option 'BUILD_qt5base-gui_OPENGL_OPENGLES2' and 'BUILD_qt5base-gui_OPENGL_NONE' should only be visible if 'qt5base-gui' is selected. This also applies to the default value if 'qt5base-gui' is not selected. Signed-off-by: Florian Eckert --- diff --git a/frameworks/qt5/qt5base/Config.in b/frameworks/qt5/qt5base/Config.in index 15663c7..aa89719 100644 --- a/frameworks/qt5/qt5base/Config.in +++ b/frameworks/qt5/qt5base/Config.in @@ -18,6 +18,7 @@ config BUILD_qt5base-gui_DRM choice prompt "Which OpenGL variant to use" default BUILD_qt5base-gui_OPENGL_NONE + depends on PACKAGE_qt5base-gui config BUILD_qt5base-gui_OPENGL_OPENGLES2 bool "es2"